home *** CD-ROM | disk | FTP | other *** search
/ Weekly Play Boy All Stars / Weekly Play Boy All Stars 1.iso / pc / SS / M_ITO.EXE / M_ITO.dcr / 00017.ls < prev    next >
Encoding:
Text File  |  2003-01-22  |  218 b   |  12 lines

  1. global grandomlist
  2.  
  3. on exitFrame me
  4.   caseitem = count(grandomlist)
  5.   case caseitem of
  6.     5:
  7.       set the castNum of sprite 1 to member("bg1")
  8.     2:
  9.       set the castNum of sprite 1 to member("bg2")
  10.   end case
  11. end
  12.